home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / mkecr5.zip / README1.TXT < prev    next >
Text File  |  1993-07-24  |  1KB  |  46 lines

  1. Subject: About Software Configuration .
  2.  
  3. This file was written about the software configuration of the mkecr5xx.sys.
  4.  
  5. 1. Registory Configuration.
  6.  
  7.   The following value is set in the registory .
  8.  
  9.   * ErrorControl Value : REG_DWORD, 1
  10.   * Group        Value : REG_SZ,    "SCSI miniport"
  11.   * Start        Value : REG_DWORD, 0
  12.   * Type         Value : REG_SZ,    1
  13.  
  14. 2. HW_INITIALIZATION_DATA Configuration
  15.  
  16.   * HwInitializationDataSize     : sizeof(HW_INITIALIZATION_DATA)
  17.   * HwFindAdapter             : MkeCr5xxFindAdapter;
  18.   * HwInitialize              : MkeCr5xxInitialize;
  19.   * HwStartIo                 : MkeCr5xxStartIo;
  20.   * HwResetBus                : MkeCr5xxResetBus ;
  21.   * HwInterrupt              : NULL
  22.   * MapBuffers               : TRUE
  23.   * NeedPhysicalAddresses     : FALSE
  24.   * DeviceExtensionSize        : 76
  25.   * SpecificLuExtensionSize    : 72
  26.   * AdapterInterfaceType      : Isa
  27.   * NumberOfAccessRanges      : 1
  28.   * SrbExtensionSize        : 12
  29.  
  30.  
  31. 3. PORT_CONFIGURATION_INFORMATION Configuration
  32.  
  33.   * MaximumTransferLength    : 64 * 1024
  34.   * NumberOfAccessRanges    : 1
  35.   * AccessRanges[0].RangeStart    : ScsiPortConvertUlongToPhysicalAddress(
  36.                     "The recognized address"
  37.                   )
  38.   * AccessRanges[0].RangeLength    : 4
  39.   * AccessRanges[0].RangeInMemory : FALSE
  40.   * NumberOfBuses         : 1
  41.   * InitiatorBusId[0]        : Set to 7 if it's not initialized.
  42.                   Not set if it's initialized.
  43.   * InterruptMode        : Latched
  44.   * BusInterruptLevel        : 0
  45.   * BusInterruptVector        : 0
  46.